onstopmove Event |
This event is fired after the mouse up on a splitter, which indicates the end of the dragging of the splitter.
Syntax
Inline HTML |
<div cordysType="wcp.library.ui.Splitter" id="mySplitter" onstopmove="handler()"> ... </div> |
Event property | mySplitter.onstopmove = handler |
Event Information
To invoke | Mouse up on the splitter. |
Default Action | Initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
splitter | The splitter object. |
returnValue | Boolean. Iffalse, it cancels the dragging action and the splitter is not moved. Default value istrue. |
Remarks
Static (non-dynamic) splitters cannot be dragged, and therefore do not fire this event.
Example
To view the example, see onstartmove Event.